<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.prod {
	width: 250px;
	float: left;
	margin-right: 25px;
}
.g_title {
	background: url(../img/t_gray_bg.png) left top repeat-x;
	text-align: right;
}
.g_title span {
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	background: url(../img/t_red_bg.png) left top repeat-x;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 0;
	float: left;
}
.g_title a.more {
	display: inline-block;
	margin-top: 7px;
	line-height: 18px;
	height: 18px;
	background: url(../img/more_bg.png) no-repeat;
	width: 47px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.prod_item {
	display: block;
	border: 1px solid #d9d9d9;
	margin-top: 15px;
	text-decoration: none;
	color: #333;
	height: 60px;
	overflow: hidden;
}
.prod_item:hover {
	border-color: #ef0404;
	text-decoration: none
}
.prod_item img {
	border-left: 5px solid #ef0404;
	display: block;
	float: left;
	margin-right: 5px;
}
.prod_item span {
	display: block;
	margin-top: 10px;
}

.news {
	width: 380px;
	float: left;
}
.news_up {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.news_up .cover {
	width: 170px;
	height: 103px;
	padding: 5px;
	background: url(../img/news_cover_bg.png) no-repeat;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.news_title {
	font-weight: 900;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_title a {
	color: #000;
	font-size: 13px;
}
.p_date {
	color: #888;
	font-family: Arial;
	height: 22px;
	line-height: 22px;
}
.export {
	margin-top: 3px;
}
.news_list a.more {
	color: #0051b7;
	display: block;
	margin-top: 10px;
}
.news_list a.more img {
	vertical-align: middle;
}
.news_item {
	height: 24px;
	line-height: 24px;
	text-align: right;
	color: #888;
	margin: 5px 0;
	float: left;
	width: 100%;
}
.news_item a {
	display: block;
	float: left;
	background: url(../img/news_item_dot.png) no-repeat left center;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	color: #666
}
.news_item a:hover {
	text-decoration: none;
	color: #D51600;
}
.news_item:hover {
	background: #f1f1f1;
}
.r_content {
	width: 233px;
	float: right;
}
.jobs {
	padding-bottom: 13px;
	border-bottom: 1px dotted #ccc;
}
.j_cover {
	background: url(../img/jobs_cover.png) no-repeat;
	height: 79px;
	width: 233px;
	padding: 5px;
	overflow: hidden;
}
.j_msg {
	padding: 10px 5px;
	color: #333;
}
.contact {
	background: url(../img/contact_bg.png) right bottom no-repeat;
	padding-bottom: 1px;
	margin-top: 1px;
}
.contact h2 a {
	font-size: 14px;
	font-weight: 900;
	color: #333;
}
.contact h2 a:hover {
	color: #D51600;
}
.contact p {
	margin-right: 30px;
	margin-top: 10px;
}

</pre></body></html>